home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / imagecat.swf / scripts / frame_17 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  323 b   |  23 lines

  1. stop();
  2. timeup = "0";
  3. while("15" >= timeup)
  4. {
  5.    tellTarget("base_" add timeup)
  6.    {
  7.       gotoAndStop(2);
  8.    }
  9.    timeup += "1";
  10. }
  11. timeup2 = "0";
  12. while("15" >= timeup2)
  13. {
  14.    tellTarget("/pice_" add timeup2)
  15.    {
  16.       if(on_ == "0")
  17.       {
  18.          gotoAndStop(2);
  19.       }
  20.    }
  21.    timeup2 += "1";
  22. }
  23.